projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84574cf
)
(cua--rectangle-aux-replace): Fix
author
Kim F. Storm
<storm@cua.dk>
Thu, 8 Dec 2005 22:52:50 +0000
(22:52 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Thu, 8 Dec 2005 22:52:50 +0000
(22:52 +0000)
indention of text on right side of replaced rectangle.
lisp/emulation/cua-rect.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/cua-rect.el
b/lisp/emulation/cua-rect.el
index 2884a25e597a5c3ee21f014c3cfb1e7b98d79d91..46974089dc248a29b17207f8c41f43a6cbd06695 100644
(file)
--- a/
lisp/emulation/cua-rect.el
+++ b/
lisp/emulation/cua-rect.el
@@
-1242,6
+1242,7
@@
The numbers are formatted according to the FORMAT string."
(setq z (cdr z)))
(if cua--debug
(print (list (current-column) cc) auxbuf))
+ (just-one-space 0)
(indent-to cc))))
(if (> tr 0)
(message "Warning: Truncated %d row%s" tr (if (> tr 1) "s" "")))